home *** CD-ROM | disk | FTP | other *** search
/ InterCD 1999 June / june_1999.iso / Palm / Business / TC Logger / util.rcp < prev   
Encoding:
Text File  |  1999-03-09  |  801 b   |  45 lines

  1. // util.rcp
  2. // Define resources for various utilities
  3.  
  4. #include "util_id.h"
  5.  
  6. ALERT RomIncompatibleAlert
  7. ERROR
  8. BEGIN
  9.     TITLE "Incompatible Version"
  10.     MESSAGE "Your ROM version is not compatible with this program."
  11.     BUTTONS "OK"
  12. END
  13.  
  14. ALERT NoMemoPadAlert
  15. ERROR
  16. BEGIN
  17.     TITLE "No Memo Pad"
  18.     MESSAGE "Unable to open the MemoPad database.  It may not exist yet."
  19.     BUTTONS "OK"
  20. END
  21.  
  22. ALERT ExportSizeAlert
  23. INFORMATION
  24. BEGIN
  25.     TITLE "Export Warning"
  26.     MESSAGE "Export data size too large.  Cannot export data."
  27.     BUTTONS "OK"
  28. END
  29.  
  30. ALERT ErrorExportingAlert
  31. ERROR
  32. BEGIN
  33.     TITLE "Export Error"
  34.     MESSAGE "Error creating MemoPad record.  Maybe not enough memory."
  35.     BUTTONS "OK"
  36. END
  37.  
  38. ALERT AppErrorAlert
  39. ERROR
  40. BEGIN
  41.         TITLE "Application Error"
  42.         MESSAGE "App had following error: ^1"
  43.         BUTTONS "OK"
  44. END
  45.